home *** CD-ROM | disk | FTP | other *** search
/ Delphi Developer's Kit 1996 / Delphi Developer's Kit 1996.iso / power / freeres / rst2frm2.dfm / rst2frm2.txt
Text File  |  1995-12-22  |  19KB  |  902 lines

  1. object Form2: TForm2
  2.   Left = 200
  3.   Top = 99
  4.   AutoScroll = False
  5.   Caption = 'Resource Test 2 - Form2'
  6.   ClientHeight = 273
  7.   ClientWidth = 427
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 224
  19.     Width = 427
  20.     Height = 49
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object Button1: TButton
  24.       Left = 125
  25.       Top = 8
  26.       Width = 73
  27.       Height = 33
  28.       Caption = 'Previous'
  29.       TabOrder = 0
  30.       OnClick = Button1Click
  31.     end
  32.     object Button2: TButton
  33.       Left = 229
  34.       Top = 8
  35.       Width = 73
  36.       Height = 33
  37.       Caption = 'Next'
  38.       TabOrder = 1
  39.       OnClick = Button2Click
  40.     end
  41.   end
  42.   object TabSet1: TTabSet
  43.     Left = 0
  44.     Top = 200
  45.     Width = 427
  46.     Height = 24
  47.     Align = alBottom
  48.     Font.Color = clWindowText
  49.     Font.Height = -11
  50.     Font.Name = 'MS Sans Serif'
  51.     Font.Style = []
  52.     Tabs.Strings = (
  53.       'Blank'
  54.       'Edits'
  55.       'Buttons'
  56.       'Check Boxes'
  57.       'Combo Boxes')
  58.     TabIndex = 0
  59.     OnChange = TabSet1Change
  60.   end
  61.   object Notebook1: TNotebook
  62.     Left = 0
  63.     Top = 0
  64.     Width = 427
  65.     Height = 200
  66.     Align = alClient
  67.     PageIndex = 4
  68.     TabOrder = 2
  69.     object TPage
  70.       Left = 0
  71.       Top = 0
  72.       Caption = 'Blank'
  73.     end
  74.     object TPage
  75.       Left = 0
  76.       Top = 0
  77.       Caption = 'Edits'
  78.       object Edit1: TEdit
  79.         Left = 8
  80.         Top = 8
  81.         Width = 121
  82.         Height = 24
  83.         TabOrder = 0
  84.         Text = 'Edit1'
  85.       end
  86.       object Edit2: TEdit
  87.         Left = 8
  88.         Top = 32
  89.         Width = 121
  90.         Height = 24
  91.         TabOrder = 1
  92.         Text = 'Edit2'
  93.       end
  94.       object Edit3: TEdit
  95.         Left = 8
  96.         Top = 56
  97.         Width = 121
  98.         Height = 24
  99.         TabOrder = 2
  100.         Text = 'Edit3'
  101.       end
  102.       object Edit4: TEdit
  103.         Left = 8
  104.         Top = 80
  105.         Width = 121
  106.         Height = 24
  107.         TabOrder = 3
  108.         Text = 'Edit4'
  109.       end
  110.       object Edit5: TEdit
  111.         Left = 8
  112.         Top = 104
  113.         Width = 121
  114.         Height = 24
  115.         TabOrder = 4
  116.         Text = 'Edit5'
  117.       end
  118.       object Edit6: TEdit
  119.         Left = 8
  120.         Top = 128
  121.         Width = 121
  122.         Height = 24
  123.         TabOrder = 5
  124.         Text = 'Edit6'
  125.       end
  126.       object Edit7: TEdit
  127.         Left = 8
  128.         Top = 152
  129.         Width = 121
  130.         Height = 24
  131.         TabOrder = 6
  132.         Text = 'Edit7'
  133.       end
  134.       object Edit8: TEdit
  135.         Left = 152
  136.         Top = 8
  137.         Width = 121
  138.         Height = 24
  139.         TabOrder = 7
  140.         Text = 'Edit8'
  141.       end
  142.       object Edit9: TEdit
  143.         Left = 152
  144.         Top = 32
  145.         Width = 121
  146.         Height = 24
  147.         TabOrder = 8
  148.         Text = 'Edit9'
  149.       end
  150.       object Edit10: TEdit
  151.         Left = 152
  152.         Top = 56
  153.         Width = 121
  154.         Height = 24
  155.         TabOrder = 9
  156.         Text = 'Edit10'
  157.       end
  158.       object Edit11: TEdit
  159.         Left = 152
  160.         Top = 80
  161.         Width = 121
  162.         Height = 24
  163.         TabOrder = 10
  164.         Text = 'Edit11'
  165.       end
  166.       object Edit12: TEdit
  167.         Left = 152
  168.         Top = 104
  169.         Width = 121
  170.         Height = 24
  171.         TabOrder = 11
  172.         Text = 'Edit12'
  173.       end
  174.       object Edit13: TEdit
  175.         Left = 152
  176.         Top = 128
  177.         Width = 121
  178.         Height = 24
  179.         TabOrder = 12
  180.         Text = 'Edit13'
  181.       end
  182.       object Edit14: TEdit
  183.         Left = 152
  184.         Top = 152
  185.         Width = 121
  186.         Height = 24
  187.         TabOrder = 13
  188.         Text = 'Edit14'
  189.       end
  190.       object Edit15: TEdit
  191.         Left = 296
  192.         Top = 8
  193.         Width = 121
  194.         Height = 24
  195.         TabOrder = 14
  196.         Text = 'Edit15'
  197.       end
  198.       object Edit16: TEdit
  199.         Left = 296
  200.         Top = 32
  201.         Width = 121
  202.         Height = 24
  203.         TabOrder = 15
  204.         Text = 'Edit16'
  205.       end
  206.       object Edit17: TEdit
  207.         Left = 296
  208.         Top = 56
  209.         Width = 121
  210.         Height = 24
  211.         TabOrder = 16
  212.         Text = 'Edit17'
  213.       end
  214.       object Edit18: TEdit
  215.         Left = 296
  216.         Top = 80
  217.         Width = 121
  218.         Height = 24
  219.         TabOrder = 17
  220.         Text = 'Edit18'
  221.       end
  222.       object Edit19: TEdit
  223.         Left = 296
  224.         Top = 104
  225.         Width = 121
  226.         Height = 24
  227.         TabOrder = 18
  228.         Text = 'Edit19'
  229.       end
  230.       object Edit20: TEdit
  231.         Left = 296
  232.         Top = 128
  233.         Width = 121
  234.         Height = 24
  235.         TabOrder = 19
  236.         Text = 'Edit20'
  237.       end
  238.       object Edit21: TEdit
  239.         Left = 296
  240.         Top = 152
  241.         Width = 121
  242.         Height = 24
  243.         TabOrder = 20
  244.         Text = 'Edit21'
  245.       end
  246.     end
  247.     object TPage
  248.       Left = 0
  249.       Top = 0
  250.       Caption = 'Buttons'
  251.       object Button3: TButton
  252.         Left = 25
  253.         Top = 19
  254.         Width = 89
  255.         Height = 33
  256.         Caption = 'Button3'
  257.         TabOrder = 0
  258.       end
  259.       object Button4: TButton
  260.         Left = 25
  261.         Top = 51
  262.         Width = 89
  263.         Height = 33
  264.         Caption = 'Button4'
  265.         TabOrder = 1
  266.       end
  267.       object Button5: TButton
  268.         Left = 25
  269.         Top = 83
  270.         Width = 89
  271.         Height = 33
  272.         Caption = 'Button5'
  273.         TabOrder = 2
  274.       end
  275.       object Button6: TButton
  276.         Left = 25
  277.         Top = 115
  278.         Width = 89
  279.         Height = 33
  280.         Caption = 'Button6'
  281.         TabOrder = 3
  282.       end
  283.       object Button7: TButton
  284.         Left = 25
  285.         Top = 147
  286.         Width = 89
  287.         Height = 33
  288.         Caption = 'Button7'
  289.         TabOrder = 4
  290.       end
  291.       object Button8: TButton
  292.         Left = 121
  293.         Top = 19
  294.         Width = 89
  295.         Height = 33
  296.         Caption = 'Button8'
  297.         TabOrder = 5
  298.       end
  299.       object Button9: TButton
  300.         Left = 121
  301.         Top = 51
  302.         Width = 89
  303.         Height = 33
  304.         Caption = 'Button9'
  305.         TabOrder = 6
  306.       end
  307.       object Button10: TButton
  308.         Left = 121
  309.         Top = 83
  310.         Width = 89
  311.         Height = 33
  312.         Caption = 'Button10'
  313.         TabOrder = 7
  314.       end
  315.       object Button11: TButton
  316.         Left = 121
  317.         Top = 115
  318.         Width = 89
  319.         Height = 33
  320.         Caption = 'Button11'
  321.         TabOrder = 8
  322.       end
  323.       object Button12: TButton
  324.         Left = 121
  325.         Top = 147
  326.         Width = 89
  327.         Height = 33
  328.         Caption = 'Button12'
  329.         TabOrder = 9
  330.       end
  331.       object Button13: TButton
  332.         Left = 217
  333.         Top = 19
  334.         Width = 89
  335.         Height = 33
  336.         Caption = 'Button13'
  337.         TabOrder = 10
  338.       end
  339.       object Button14: TButton
  340.         Left = 217
  341.         Top = 51
  342.         Width = 89
  343.         Height = 33
  344.         Caption = 'Button14'
  345.         TabOrder = 11
  346.       end
  347.       object Button15: TButton
  348.         Left = 217
  349.         Top = 83
  350.         Width = 89
  351.         Height = 33
  352.         Caption = 'Button15'
  353.         TabOrder = 12
  354.       end
  355.       object Button16: TButton
  356.         Left = 217
  357.         Top = 115
  358.         Width = 89
  359.         Height = 33
  360.         Caption = 'Button16'
  361.         TabOrder = 13
  362.       end
  363.       object Button17: TButton
  364.         Left = 217
  365.         Top = 147
  366.         Width = 89
  367.         Height = 33
  368.         Caption = 'Button17'
  369.         TabOrder = 14
  370.       end
  371.       object Button18: TButton
  372.         Left = 313
  373.         Top = 19
  374.         Width = 89
  375.         Height = 33
  376.         Caption = 'Button18'
  377.         TabOrder = 15
  378.       end
  379.       object Button19: TButton
  380.         Left = 313
  381.         Top = 51
  382.         Width = 89
  383.         Height = 33
  384.         Caption = 'Button19'
  385.         TabOrder = 16
  386.       end
  387.       object Button20: TButton
  388.         Left = 313
  389.         Top = 83
  390.         Width = 89
  391.         Height = 33
  392.         Caption = 'Button20'
  393.         TabOrder = 17
  394.       end
  395.       object Button21: TButton
  396.         Left = 313
  397.         Top = 115
  398.         Width = 89
  399.         Height = 33
  400.         Caption = 'Button21'
  401.         TabOrder = 18
  402.       end
  403.       object Button22: TButton
  404.         Left = 313
  405.         Top = 147
  406.         Width = 89
  407.         Height = 33
  408.         Caption = 'Button22'
  409.         TabOrder = 19
  410.       end
  411.     end
  412.     object TPage
  413.       Left = 0
  414.       Top = 0
  415.       Caption = 'Check Boxes'
  416.       object CheckBox1: TCheckBox
  417.         Left = 5
  418.         Top = 11
  419.         Width = 105
  420.         Height = 17
  421.         Caption = 'CheckBox1'
  422.         TabOrder = 0
  423.       end
  424.       object CheckBox2: TCheckBox
  425.         Left = 5
  426.         Top = 27
  427.         Width = 105
  428.         Height = 17
  429.         Caption = 'CheckBox2'
  430.         TabOrder = 1
  431.       end
  432.       object CheckBox3: TCheckBox
  433.         Left = 5
  434.         Top = 43
  435.         Width = 105
  436.         Height = 17
  437.         Caption = 'CheckBox3'
  438.         TabOrder = 2
  439.       end
  440.       object CheckBox4: TCheckBox
  441.         Left = 5
  442.         Top = 59
  443.         Width = 105
  444.         Height = 17
  445.         Caption = 'CheckBox4'
  446.         TabOrder = 3
  447.       end
  448.       object CheckBox5: TCheckBox
  449.         Left = 5
  450.         Top = 75
  451.         Width = 105
  452.         Height = 17
  453.         Caption = 'CheckBox5'
  454.         TabOrder = 4
  455.       end
  456.       object CheckBox6: TCheckBox
  457.         Left = 5
  458.         Top = 91
  459.         Width = 105
  460.         Height = 17
  461.         Caption = 'CheckBox6'
  462.         TabOrder = 5
  463.       end
  464.       object CheckBox7: TCheckBox
  465.         Left = 5
  466.         Top = 107
  467.         Width = 105
  468.         Height = 17
  469.         Caption = 'CheckBox7'
  470.         TabOrder = 6
  471.       end
  472.       object CheckBox8: TCheckBox
  473.         Left = 5
  474.         Top = 123
  475.         Width = 105
  476.         Height = 17
  477.         Caption = 'CheckBox8'
  478.         TabOrder = 7
  479.       end
  480.       object CheckBox9: TCheckBox
  481.         Left = 5
  482.         Top = 139
  483.         Width = 105
  484.         Height = 17
  485.         Caption = 'CheckBox9'
  486.         TabOrder = 8
  487.       end
  488.       object CheckBox10: TCheckBox
  489.         Left = 5
  490.         Top = 155
  491.         Width = 105
  492.         Height = 17
  493.         Caption = 'CheckBox10'
  494.         TabOrder = 9
  495.       end
  496.       object CheckBox11: TCheckBox
  497.         Left = 5
  498.         Top = 171
  499.         Width = 105
  500.         Height = 17
  501.         Caption = 'CheckBox11'
  502.         TabOrder = 10
  503.       end
  504.       object CheckBox12: TCheckBox
  505.         Left = 109
  506.         Top = 11
  507.         Width = 105
  508.         Height = 17
  509.         Caption = 'CheckBox12'
  510.         TabOrder = 11
  511.       end
  512.       object CheckBox13: TCheckBox
  513.         Left = 109
  514.         Top = 27
  515.         Width = 105
  516.         Height = 17
  517.         Caption = 'CheckBox13'
  518.         TabOrder = 12
  519.       end
  520.       object CheckBox14: TCheckBox
  521.         Left = 109
  522.         Top = 43
  523.         Width = 105
  524.         Height = 17
  525.         Caption = 'CheckBox14'
  526.         TabOrder = 13
  527.       end
  528.       object CheckBox15: TCheckBox
  529.         Left = 109
  530.         Top = 59
  531.         Width = 105
  532.         Height = 17
  533.         Caption = 'CheckBox15'
  534.         TabOrder = 14
  535.       end
  536.       object CheckBox16: TCheckBox
  537.         Left = 109
  538.         Top = 75
  539.         Width = 105
  540.         Height = 17
  541.         Caption = 'CheckBox16'
  542.         TabOrder = 15
  543.       end
  544.       object CheckBox17: TCheckBox
  545.         Left = 109
  546.         Top = 91
  547.         Width = 105
  548.         Height = 17
  549.         Caption = 'CheckBox17'
  550.         TabOrder = 16
  551.       end
  552.       object CheckBox18: TCheckBox
  553.         Left = 109
  554.         Top = 107
  555.         Width = 105
  556.         Height = 17
  557.         Caption = 'CheckBox18'
  558.         TabOrder = 17
  559.       end
  560.       object CheckBox19: TCheckBox
  561.         Left = 109
  562.         Top = 123
  563.         Width = 105
  564.         Height = 17
  565.         Caption = 'CheckBox19'
  566.         TabOrder = 18
  567.       end
  568.       object CheckBox20: TCheckBox
  569.         Left = 109
  570.         Top = 139
  571.         Width = 105
  572.         Height = 17
  573.         Caption = 'CheckBox20'
  574.         TabOrder = 19
  575.       end
  576.       object CheckBox21: TCheckBox
  577.         Left = 109
  578.         Top = 155
  579.         Width = 105
  580.         Height = 17
  581.         Caption = 'CheckBox21'
  582.         TabOrder = 20
  583.       end
  584.       object CheckBox22: TCheckBox
  585.         Left = 109
  586.         Top = 171
  587.         Width = 105
  588.         Height = 17
  589.         Caption = 'CheckBox22'
  590.         TabOrder = 21
  591.       end
  592.       object CheckBox23: TCheckBox
  593.         Left = 213
  594.         Top = 11
  595.         Width = 105
  596.         Height = 17
  597.         Caption = 'CheckBox23'
  598.         TabOrder = 22
  599.       end
  600.       object CheckBox24: TCheckBox
  601.         Left = 213
  602.         Top = 27
  603.         Width = 105
  604.         Height = 17
  605.         Caption = 'CheckBox24'
  606.         TabOrder = 23
  607.       end
  608.       object CheckBox25: TCheckBox
  609.         Left = 213
  610.         Top = 43
  611.         Width = 105
  612.         Height = 17
  613.         Caption = 'CheckBox25'
  614.         TabOrder = 24
  615.       end
  616.       object CheckBox26: TCheckBox
  617.         Left = 213
  618.         Top = 59
  619.         Width = 105
  620.         Height = 17
  621.         Caption = 'CheckBox26'
  622.         TabOrder = 25
  623.       end
  624.       object CheckBox27: TCheckBox
  625.         Left = 213
  626.         Top = 75
  627.         Width = 105
  628.         Height = 17
  629.         Caption = 'CheckBox27'
  630.         TabOrder = 26
  631.       end
  632.       object CheckBox28: TCheckBox
  633.         Left = 213
  634.         Top = 91
  635.         Width = 105
  636.         Height = 17
  637.         Caption = 'CheckBox28'
  638.         TabOrder = 27
  639.       end
  640.       object CheckBox29: TCheckBox
  641.         Left = 213
  642.         Top = 107
  643.         Width = 105
  644.         Height = 17
  645.         Caption = 'CheckBox29'
  646.         TabOrder = 28
  647.       end
  648.       object CheckBox30: TCheckBox
  649.         Left = 213
  650.         Top = 123
  651.         Width = 105
  652.         Height = 17
  653.         Caption = 'CheckBox30'
  654.         TabOrder = 29
  655.       end
  656.       object CheckBox31: TCheckBox
  657.         Left = 213
  658.         Top = 139
  659.         Width = 105
  660.         Height = 17
  661.         Caption = 'CheckBox31'
  662.         TabOrder = 30
  663.       end
  664.       object CheckBox32: TCheckBox
  665.         Left = 213
  666.         Top = 155
  667.         Width = 105
  668.         Height = 17
  669.         Caption = 'CheckBox32'
  670.         TabOrder = 31
  671.       end
  672.       object CheckBox33: TCheckBox
  673.         Left = 213
  674.         Top = 171
  675.         Width = 105
  676.         Height = 17
  677.         Caption = 'CheckBox33'
  678.         TabOrder = 32
  679.       end
  680.       object CheckBox34: TCheckBox
  681.         Left = 317
  682.         Top = 11
  683.         Width = 105
  684.         Height = 17
  685.         Caption = 'CheckBox34'
  686.         TabOrder = 33
  687.       end
  688.       object CheckBox35: TCheckBox
  689.         Left = 317
  690.         Top = 27
  691.         Width = 105
  692.         Height = 17
  693.         Caption = 'CheckBox35'
  694.         TabOrder = 34
  695.       end
  696.       object CheckBox36: TCheckBox
  697.         Left = 317
  698.         Top = 43
  699.         Width = 105
  700.         Height = 17
  701.         Caption = 'CheckBox36'
  702.         TabOrder = 35
  703.       end
  704.       object CheckBox37: TCheckBox
  705.         Left = 317
  706.         Top = 59
  707.         Width = 105
  708.         Height = 17
  709.         Caption = 'CheckBox37'
  710.         TabOrder = 36
  711.       end
  712.       object CheckBox38: TCheckBox
  713.         Left = 317
  714.         Top = 75
  715.         Width = 105
  716.         Height = 17
  717.         Caption = 'CheckBox38'
  718.         TabOrder = 37
  719.       end
  720.       object CheckBox39: TCheckBox
  721.         Left = 317
  722.         Top = 91
  723.         Width = 105
  724.         Height = 17
  725.         Caption = 'CheckBox39'
  726.         TabOrder = 38
  727.       end
  728.       object CheckBox40: TCheckBox
  729.         Left = 317
  730.         Top = 107
  731.         Width = 105
  732.         Height = 17
  733.         Caption = 'CheckBox40'
  734.         TabOrder = 39
  735.       end
  736.       object CheckBox41: TCheckBox
  737.         Left = 317
  738.         Top = 123
  739.         Width = 105
  740.         Height = 17
  741.         Caption = 'CheckBox41'
  742.         TabOrder = 40
  743.       end
  744.       object CheckBox42: TCheckBox
  745.         Left = 317
  746.         Top = 139
  747.         Width = 105
  748.         Height = 17
  749.         Caption = 'CheckBox42'
  750.         TabOrder = 41
  751.       end
  752.       object CheckBox43: TCheckBox
  753.         Left = 317
  754.         Top = 155
  755.         Width = 105
  756.         Height = 17
  757.         Caption = 'CheckBox43'
  758.         TabOrder = 42
  759.       end
  760.       object CheckBox44: TCheckBox
  761.         Left = 317
  762.         Top = 171
  763.         Width = 105
  764.         Height = 17
  765.         Caption = 'CheckBox44'
  766.         TabOrder = 43
  767.       end
  768.     end
  769.     object TPage
  770.       Left = 0
  771.       Top = 0
  772.       Caption = 'Combo Boxes'
  773.       object ComboBox1: TComboBox
  774.         Left = 41
  775.         Top = 16
  776.         Width = 145
  777.         Height = 24
  778.         ItemHeight = 16
  779.         TabOrder = 0
  780.         Text = 'ComboBox1'
  781.       end
  782.       object ComboBox2: TComboBox
  783.         Left = 41
  784.         Top = 40
  785.         Width = 145
  786.         Height = 24
  787.         ItemHeight = 16
  788.         TabOrder = 1
  789.         Text = 'ComboBox2'
  790.       end
  791.       object ComboBox3: TComboBox
  792.         Left = 41
  793.         Top = 64
  794.         Width = 145
  795.         Height = 24
  796.         ItemHeight = 16
  797.         TabOrder = 2
  798.         Text = 'ComboBox3'
  799.       end
  800.       object ComboBox4: TComboBox
  801.         Left = 41
  802.         Top = 88
  803.         Width = 145
  804.         Height = 24
  805.         ItemHeight = 16
  806.         TabOrder = 3
  807.         Text = 'ComboBox4'
  808.       end
  809.       object ComboBox5: TComboBox
  810.         Left = 41
  811.         Top = 112
  812.         Width = 145
  813.         Height = 24
  814.         ItemHeight = 16
  815.         TabOrder = 4
  816.         Text = 'ComboBox5'
  817.       end
  818.       object ComboBox6: TComboBox
  819.         Left = 41
  820.         Top = 136
  821.         Width = 145
  822.         Height = 24
  823.         ItemHeight = 16
  824.         TabOrder = 5
  825.         Text = 'ComboBox6'
  826.       end
  827.       object ComboBox7: TComboBox
  828.         Left = 41
  829.         Top = 160
  830.         Width = 145
  831.         Height = 24
  832.         ItemHeight = 16
  833.         TabOrder = 6
  834.         Text = 'ComboBox7'
  835.       end
  836.       object ComboBox8: TComboBox
  837.         Left = 241
  838.         Top = 16
  839.         Width = 145
  840.         Height = 24
  841.         ItemHeight = 16
  842.         TabOrder = 7
  843.         Text = 'ComboBox8'
  844.       end
  845.       object ComboBox9: TComboBox
  846.         Left = 241
  847.         Top = 40
  848.         Width = 145
  849.         Height = 24
  850.         ItemHeight = 16
  851.         TabOrder = 8
  852.         Text = 'ComboBox9'
  853.       end
  854.       object ComboBox10: TComboBox
  855.         Left = 241
  856.         Top = 64
  857.         Width = 145
  858.         Height = 24
  859.         ItemHeight = 16
  860.         TabOrder = 9
  861.         Text = 'ComboBox10'
  862.       end
  863.       object ComboBox11: TComboBox
  864.         Left = 241
  865.         Top = 88
  866.         Width = 145
  867.         Height = 24
  868.         ItemHeight = 16
  869.         TabOrder = 10
  870.         Text = 'ComboBox11'
  871.       end
  872.       object ComboBox12: TComboBox
  873.         Left = 241
  874.         Top = 112
  875.         Width = 145
  876.         Height = 24
  877.         ItemHeight = 16
  878.         TabOrder = 11
  879.         Text = 'ComboBox12'
  880.       end
  881.       object ComboBox13: TComboBox
  882.         Left = 241
  883.         Top = 136
  884.         Width = 145
  885.         Height = 24
  886.         ItemHeight = 16
  887.         TabOrder = 12
  888.         Text = 'ComboBox13'
  889.       end
  890.       object ComboBox14: TComboBox
  891.         Left = 241
  892.         Top = 160
  893.         Width = 145
  894.         Height = 24
  895.         ItemHeight = 16
  896.         TabOrder = 13
  897.         Text = 'ComboBox14'
  898.       end
  899.     end
  900.   end
  901. end
  902.